From: Richard M. Stallman Date: Mon, 24 May 1993 05:02:24 +0000 (+0000) Subject: (NO_GET_LOAD_AVG): Define, if __GNUC__. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96055 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6cb37d97913cf133acd5ff6f94344165e1bf5869;p=emacs.git (NO_GET_LOAD_AVG): Define, if __GNUC__. --- diff --git a/src/s/dgux.h b/src/s/dgux.h index 47f5e2f6952..b7c6debed68 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -289,6 +289,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* force gcc to be used */ CC=gcc #endif /* not MAKING_MAKEFILE */ + +#ifdef __GNUC__ +/* Karl Berry says: the environment + recommended by gcc (88/open, a.k.a. m88kbcs) doesn't support some system + functions, and gcc doesn't make it easy to switch environments. */ +#define NO_GET_LOAD_AVG +#endif /* definitions for xmakefile production */ #ifdef COFF